home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TFTPPROFILEFORM / TFTPPROFILEFORM.txt
Text File  |  2004-04-06  |  3KB  |  170 lines

  1. object FtpProfileForm: TFtpProfileForm
  2.   Left = 466
  3.   Top = 402
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerArchiver FTP Profile Manager'
  6.   ClientHeight = 234
  7.   ClientWidth = 416
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = False
  12.   Position = poOwnerFormCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 321
  23.     Height = 217
  24.     Caption = ' FTP &Login '
  25.     TabOrder = 0
  26.     object Label4: TLabel
  27.       Left = 12
  28.       Top = 24
  29.       Width = 76
  30.       Height = 13
  31.       Caption = '&Hostname or IP:'
  32.       FocusControl = Edit971
  33.     end
  34.     object Label5: TLabel
  35.       Left = 12
  36.       Top = 48
  37.       Width = 25
  38.       Height = 13
  39.       Caption = '&Port: '
  40.       FocusControl = Edit972
  41.     end
  42.     object Label6: TLabel
  43.       Left = 12
  44.       Top = 96
  45.       Width = 54
  46.       Height = 13
  47.       Caption = 'U&sername: '
  48.       FocusControl = Edit973
  49.     end
  50.     object Label7: TLabel
  51.       Left = 12
  52.       Top = 120
  53.       Width = 52
  54.       Height = 13
  55.       Caption = '&Password: '
  56.       FocusControl = Edit974
  57.     end
  58.     object Label1: TLabel
  59.       Left = 12
  60.       Top = 144
  61.       Width = 90
  62.       Height = 13
  63.       Caption = 'Timeout (seconds):'
  64.     end
  65.     object Label2: TLabel
  66.       Left = 12
  67.       Top = 168
  68.       Width = 66
  69.       Height = 13
  70.       Caption = 'Default folder:'
  71.       FocusControl = Edit2
  72.     end
  73.     object CheckBox1: TCheckBox
  74.       Left = 8
  75.       Top = 72
  76.       Width = 305
  77.       Height = 17
  78.       Caption = '&Anonymous login'
  79.       Checked = True
  80.       State = cbChecked
  81.       TabOrder = 2
  82.       OnClick = CheckBox1Click
  83.     end
  84.     object Edit971: TEdit
  85.       Left = 104
  86.       Top = 19
  87.       Width = 201
  88.       Height = 21
  89.       TabOrder = 0
  90.     end
  91.     object Edit972: TEdit
  92.       Left = 104
  93.       Top = 43
  94.       Width = 105
  95.       Height = 21
  96.       TabOrder = 1
  97.       Text = '21'
  98.     end
  99.     object Edit973: TEdit
  100.       Left = 104
  101.       Top = 93
  102.       Width = 105
  103.       Height = 21
  104.       TabOrder = 3
  105.       Text = 'Anonymous'
  106.     end
  107.     object Edit974: TEdit
  108.       Left = 104
  109.       Top = 117
  110.       Width = 105
  111.       Height = 21
  112.       PasswordChar = '*'
  113.       TabOrder = 4
  114.       Text = 'myemail@domain.com'
  115.     end
  116.     object CheckBox2: TCheckBox
  117.       Left = 8
  118.       Top = 192
  119.       Width = 305
  120.       Height = 17
  121.       Caption = 'Passi&ve mode'
  122.       TabOrder = 6
  123.     end
  124.     object Edit1: TEdit
  125.       Left = 160
  126.       Top = 141
  127.       Width = 49
  128.       Height = 21
  129.       TabOrder = 5
  130.       Text = '15'
  131.     end
  132.     object Edit2: TEdit
  133.       Left = 104
  134.       Top = 163
  135.       Width = 201
  136.       Height = 21
  137.       TabOrder = 7
  138.       Text = '/'
  139.     end
  140.   end
  141.   object Button1: TButton
  142.     Left = 336
  143.     Top = 16
  144.     Width = 75
  145.     Height = 25
  146.     Caption = '&Save'
  147.     Default = True
  148.     TabOrder = 1
  149.     OnClick = Button1Click
  150.   end
  151.   object Button2: TButton
  152.     Left = 336
  153.     Top = 48
  154.     Width = 75
  155.     Height = 25
  156.     Caption = '&Cancel'
  157.     TabOrder = 2
  158.     OnClick = Button2Click
  159.   end
  160.   object Button4: TButton
  161.     Left = 336
  162.     Top = 80
  163.     Width = 75
  164.     Height = 25
  165.     Caption = '&Help'
  166.     TabOrder = 3
  167.     OnClick = Button4Click
  168.   end
  169. end
  170.